projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83cc02c
)
(erc-show-channel-key-p): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 6 Jun 2007 22:08:55 +0000
(22:08 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 6 Jun 2007 22:08:55 +0000
(22:08 +0000)
lisp/erc/erc.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc.el
b/lisp/erc/erc.el
index 37c2c2e08838ccbf60b4f68cb0cc4d6fdbaaf722..72442de9f95015dcb859e3c2de4a596d1f5d42e2 100644
(file)
--- a/
lisp/erc/erc.el
+++ b/
lisp/erc/erc.el
@@
-5756,7
+5756,7
@@
Otherwise, use the `erc-header-line' face."
(function :tag "Call a function")))
(defcustom erc-show-channel-key-p t
- "Show the
the
channel key in the header line."
+ "Show the channel key in the header line."
:group 'erc-paranoia
:type 'boolean)